Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.user.center.profile.UserProfileService

Documentation

Component and Service to manage the user profile

Implementation

Class: org.nuxeo.ecm.user.center.profile.UserProfileServiceImpl

Services

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.profile.UserProfileService">

  <require>org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService</require>

  <implementation class="org.nuxeo.ecm.user.center.profile.UserProfileServiceImpl" />

  <documentation>
    Component and Service to manage the user profile

    @author Quentin Lamerand (qlamerand@nuxeo.com)
  </documentation>

  <service>
    <provide interface="org.nuxeo.ecm.user.center.profile.UserProfileService" />
  </service>

</component>